services.nebula.networks.<name>.firewall.inbound

Firewall rules for inbound traffic.

Type
list of (attribute set)
Default
[ ]
Example
[
  {
    host = "any";
    port = "any";
    proto = "any";
  }
]
Declared
<nixpkgs/nixos/modules/services/networking/nebula.nix>